home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / SYS / s / test6.rexx < prev    next >
OS/2 REXX Batch file  |  1996-09-26  |  173b  |  10 lines

  1. /* test 6 : test geting results from origami */
  2.  
  3. Options Results
  4.  
  5. address ORIGAMI "get-line"
  6.  
  7. if rc > 0 then say 'Error was 'ORIGAMI.LASTERROR
  8. else say 'Result was 'Result
  9.  
  10.